GrapeCity.Windows.SpreadGrid 名前空間 > SpreadCollection<T> クラス : InsertRange メソッド |
'Declaration
Public Sub InsertRange( _ ByVal index As Integer, _ ByVal collection As IEnumerable(Of T) _ )
public void InsertRange( int index, IEnumerable<T> collection )
例外 | 説明 |
---|---|
System.ArgumentNullException | collection null です。 |
System.ArgumentOutOfRangeException | index が0未満です。または、index が Count を超えています。 |